Skip to content

22 fibonacci - #13

Open
NinaLeonidovna wants to merge 1 commit into
PyLadiesCZ-Brno:mainfrom
NinaLeonidovna:main
Open

22 fibonacci#13
NinaLeonidovna wants to merge 1 commit into
PyLadiesCZ-Brno:mainfrom
NinaLeonidovna:main

Conversation

@NinaLeonidovna

Copy link
Copy Markdown
Collaborator

No description provided.

# task_22_fibonacci.py

def fibonacci(n: int) -> list[int]:
def fibonacci(n):

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typovou anotaci neodstraňuj.

Suggested change
def fibonacci(n):
def fibonacci(n: int) -> list[int]:

@ZelenyMartin ZelenyMartin mentioned this pull request Nov 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants